The CxMssInfoKeywordEditor object is a dialog box-based editor for Info Keyword Command records of the Master Scheduling Service (MSS). Declare the object using the following code:
|
CreateObject("CxEditors.CxMssInfoKeywordEditor") |
Each method in this document will assume you have declared and connected the CxMssInfoKeywordEditor object using the following code:
|
Dim MssInfoKeywordEditor Set MssInfoKeywordEditor = CreateObject("CxEditors.CxMssInfoKeywordEditor") MssInfoKeywordEditor.Connect("CYGDEMO.MSS") |
More:
CxMssInfoKeywordEditor Properties
CxMssInfoKeywordEditor Methods